Embeded video

Embeded video is an 'iframe' with 'src' pointing to the video hosted on the server.
Obviously the Html Renderer doesn't support iframes so don't expect to see ActiveX in the control that will stream the video, but the video thumbnail image, caption string and play visualization is shown. Clicking on it will open the video page on its site.

How does it works

The id of the video is extracted from the 'src' URL and using the server API gets the video data is extracted: thumbnail image url, caption string and link url.
Then, on the video frame location, the thumbnail image is shown with the caption on top and a nice play button in the middle.
When the user clicks on the video frame a link click events occures that opens the actual video page, instead of video source.

Note: Because this technique requires server API it is currently supported only for YouTube and Vimeo.

Example